|
|
@@ -78,6 +78,7 @@ public class GroupSettingActivity extends BaseActivity implements View.OnClickLi
|
78
|
78
|
findViewById(R.id.layout_group_qr).setOnClickListener(this);
|
79
|
79
|
findViewById(R.id.layout_group_name).setOnClickListener(this);
|
80
|
80
|
findViewById(R.id.layout_group_member).setOnClickListener(this);
|
|
81
|
+ findViewById(R.id.layout_member_avatars).setOnClickListener(this);
|
81
|
82
|
groupLockTextView = (TextView) findViewById(R.id.tv_group_lock);
|
82
|
83
|
groupNameTextView = (TextView) findViewById(R.id.tv_group_name);
|
83
|
84
|
groupMemberTextView = (TextView) findViewById(R.id.tv_group_member);
|
|
|
@@ -147,6 +148,7 @@ public class GroupSettingActivity extends BaseActivity implements View.OnClickLi
|
147
|
148
|
MobclickAgent.onEvent(this, UmengEvent.groupconfig_qrcode_layout_click);
|
148
|
149
|
new GroupQRPopup(this, groupId, groupName, avatarId).showPopupWindow();
|
149
|
150
|
break;
|
|
151
|
+ case R.id.layout_member_avatars:
|
150
|
152
|
case R.id.layout_group_member:
|
151
|
153
|
Intent memberIntent = new Intent(this, GroupDeleteMemberActivity.class);
|
152
|
154
|
memberIntent.putExtra("group_name", groupName);
|